docs: add back id for section heading
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 5 Feb 2014 05:32:37 +0000 (00:32 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 5 Feb 2014 17:33:39 +0000 (12:33 -0500)
It was lost during the markdown conversion.

gtk/deprecated/gtkuimanager.c
gtk/gtkbuilder.c

index 429ff350f23b72dc352979946f42174b4a36010a..74002138801179496c40bffa886de9f605beadb6 100644 (file)
  * enclosed in doublequotes, thus they must not '"' characters or references
  * to the &quot; entity.
  *
- * ## A UI definition ##
+ * # A UI definition #
  *
  * |[
  * <ui>
index 4a85e9f72c5a02a2281fe3e80380a47f2649898b..8d77ed9a0e69b558217243e22bba3968f304c4c6 100644 (file)
@@ -56,7 +56,7 @@
  * The function gtk_builder_connect_signals() and variants thereof can be
  * used to connect handlers to the named signals in the description.
  *
- * # GtkBuilder UI Definitions
+ * # GtkBuilder UI Definitions # {#BUILDER-UI}
  *
  * GtkBuilder parses textual descriptions of user interfaces which are
  * specified in an XML format which can be roughly described by the